(minibuffer_completion_contents): Add return type.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 16:22:31 +0000 (16:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 16:22:31 +0000 (16:22 +0000)
src/minibuf.c

index dc0e16c7ba2aa886352766df3b99d3e02c6cd13f..3d9451b2bc9794814a49031d30a92723a6a92f42 100644 (file)
@@ -369,6 +369,7 @@ The current buffer must be a minibuffer.  */)
 /* Get the text in the minibuffer before point.
    That is what completion commands operate on.  */
 
+Lisp_Object
 minibuffer_completion_contents ()
 {
   int prompt_end = XINT (Fminibuffer_prompt_end ());